lib/repo: Fix annotations for out parameters
authorDavid Shea <dshea@redhat.com>
Sat, 17 Jun 2017 16:08:41 +0000 (12:08 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 19 Jun 2017 13:15:19 +0000 (13:15 +0000)
commit22e753176e62d3c7377ccb2e51108191a4b41d9d
tree6d6ff8c88596459471ebff61d96142a7cc3a4d99
parent07dc33ca4a3f2a815143ddab09eb9a7980716c87
lib/repo: Fix annotations for out parameters

Change the annotation of the out parameters on ostree_repo_load_file
from `(allow-none)` to `(optional) (nullable)`. `allow-none` is
ambiguous, since these parameters can be both NULL on input and set to
NULL on return.

Closes: #939
Approved by: cgwalters
src/libostree/ostree-repo.c